if {[file exists "$HOME:Tcl:SystemCode:calc.tcl"]} {
set alphaLite 0
} else {
set alphaLite 1
}
# if {[string match {*b[0-9]*} [version]] && ![file exists "Powerpete:C"]} {
# alertnote "This is a BETA version of Alpha. Do NOT redistribute!"
# }
#if {[regexp {[]¥(¥)¥"¥{¥}¥[]} $HOME]} {alertnote "Alpha may not work properly if it's pathname includes parenthesis, square brackets, double quotes, or curly braces."}
# Get name Alpha's current name.
foreach p [processes] {
if {[lindex $p 1] == "ALFA"} {
set ALPHA [lindex $p 0]
break
}
}
# Icon menu names. The number refers to the resource id of the #ics family.
set winMenu "・263"
set globalMenus_curr {fsetMenuName icMenu mailMenu}